From 58182b96e7b540ab68d446ef82c55cf2d9672621 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 18 Sep 2010 22:27:52 +0200 Subject: [PATCH] * nnimap.el: Require nnoo and other files necessary. --- lisp/gnus/ChangeLog | 2 ++ lisp/gnus/nnimap.el | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 3c967319304..095e5fae12e 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,5 +1,7 @@ 2010-09-18 Lars Magne Ingebrigtsen + * nnimap.el: Require nnoo and other files necessary. + * gnus-start.el (gnus-get-unread-articles): Allow the backends to update the group info. This makes the nndraft groups, for instance, go back to their old behaviour. diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index e7bf0f376a8..1fc55f6b51b 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el @@ -32,6 +32,10 @@ (eval-when-compile (require 'cl)) +(require 'nnheader) +(require 'gnus-util) +(require 'gnus) +(require 'nnoo) (require 'netrc) (nnoo-declare nnimap) -- 2.30.2